home *** CD-ROM | disk | FTP | other *** search
/ Family Fun / Family Fun.iso / joke1 / jokes_u / unix.cmd < prev    next >
OS/2 REXX Batch file  |  1992-01-07  |  3KB  |  153 lines

  1. From: Charlie_Gibbs@mindlink.bc.ca (Charlie Gibbs)
  2. Newsgroups: alt.folklore.computers
  3. Date: 29 Apr 91 02:35:49 GMT
  4.  
  5. Subj:   Fun with UNIX
  6.  
  7. |
  8. | Some humorous things to do to a UNIX system:
  9. |
  10. | >From the csh (c shell):
  11. |
  12. | % make love
  13. | Make: Don't know how to make love. Stop.
  14. |
  15. | % got a light?
  16. | No match.
  17. |
  18. | % sleep with me
  19. | bad character
  20. |
  21. | % man: Why did you get a divorce?
  22. | man:: Too many arguments.
  23. |
  24. | % rm God
  25. | rm: God nonexistent
  26. |
  27. | % make 'heads or tails of all this'
  28. | Make: Don't know how to make heads or tails of all this. Stop.
  29. |
  30. | % make sense
  31. | Make: Don't know how to make sense. Stop.
  32. |
  33. | % make mistake
  34. | Make: Don't know how to make mistake. Stop.
  35. |
  36. | % make bottle.open
  37. | Make: Don't know how to make bottle.open. Stop.
  38. |
  39. | % \(-
  40. | (-: Command not found.
  41. |
  42. | % rm -i God
  43. | rm: remove God? y
  44. | % ls God
  45. | God not found
  46. | % make light
  47. | Make: Don't know how to make light. Stop.
  48. |
  49. | % date me
  50. | You are not superuser: date not set
  51. | Thu Aug 25 15:52:30 PDT 1988
  52. |
  53. | % man rear
  54. | No manual entry for rear.
  55. |
  56. | % If I had a ) for every dollar Reagan spent, what would I have?
  57. | Too many )'s.
  58. |
  59. | % * How would you describe George Bush
  60. | *: Ambiguous.
  61. |
  62. | % %Vice-President
  63. | %Vice-President: No such job.
  64. |
  65. | % ls Meese-Ethics
  66. | Meese-Ethics not found
  67. |
  68. | % "How would you rate Reagan's senility?
  69. | Unmatched ".
  70. |
  71. | % [Where is Jimmy Hoffa?
  72. | Missing ].
  73. |
  74. | % ^How did the^sex change operation go?
  75. | Modifier failed.
  76. |
  77. | % cp /dev/null sex;chmod 000 sex
  78. | % more sex
  79. | sex: Permission denied
  80. | % mv sex show
  81. | % strip show
  82. | strip: show: Permission denied
  83. |
  84. | % who is my match?
  85. | No match.
  86. |
  87. | % set i="Democratic_Platform";mkdir $i;chmod 000 $i;ls $i
  88. | Democratic_Platform unreadable
  89. |
  90. | % awk "Polly, the ship is sinking"
  91. | awk: syntax error near line 1
  92. | awk: bailing out near line
  93. |
  94. | % %blow
  95. | %blow: No such job.
  96. |
  97. | % 'thou shalt not commit adultery'
  98. | thou shalt not commit adultery: Command not found.
  99. |
  100. | And from the bourne shell (sh):
  101. |
  102. | $ drink < bottle;opener
  103. | bottle: cannot open
  104. | opener: not found
  105. |
  106. | $ test my argument
  107. | test: too many arguments
  108. |
  109. | $ "Amelia Earhart"
  110. | Amelia Earhart: not found
  111. |
  112. | $ PATH=pretending! /usr/ucb/which sense
  113. | no sense in pretending!
  114. |
  115. | $ man -kisses dog
  116. | dog: nothing appropriate
  117. |
  118. | $ mkdir "Yellow Pages";fiYellow Pages
  119. | $ mkdir matter;cat > matter
  120. | matter: cannot create
  121. |
  122. | $ lost
  123. | lost: not found
  124. |
  125. | $ found
  126. | found: not found
  127. |
  128. | $ i=Hoffa ;>$i ;$i ;rm $i ;rm $i
  129. | Hoffa: cannot execute
  130. | rm: Hoffa nonexistent
  131. |
  132. | The following are ones that I can't get to work on my BSD 4.3, so I suppose
  133. | that they are stuff from ATT SysV or some other such:
  134. |
  135. | % strip bra
  136. | bra: Cannot open
  137. |
  138. | % sccs what bottle
  139. | can't open bottle (26)
  140. |
  141. | $ cat "door: paws too slippery"
  142. | can't open door: paws too slippery
  143. |
  144. | $ cat food_in_tin_cans
  145. | cat: can't open food_in_tin_cans
  146.  
  147. Whenever I sense someone looking over my shoulder I type in one of
  148. the above.  And, of course, I keep a file in my home directory called
  149. README which contains the following line for snoopers:
  150.  
  151. cat: README: not found
  152.  
  153.